home *** CD-ROM | disk | FTP | other *** search
/ Travel Adventure! / Travel Adventure!.iso / pc / _bbs / rbbstool / all.bat < prev    next >
DOS Batch File  |  1994-04-17  |  567b  |  27 lines

  1. rem this is where the actual files live
  2. set cdrom=m:
  3. rem this is where you want your index files (full path, with drive)
  4. set output=m:\_bbs\rbbs
  5. set index_f=00_index.txt
  6.  
  7.  
  8. set in_type=opus
  9. del logfile
  10. del ..\logfile
  11. echo y | del %output%\*.*
  12.  
  13. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit2
  14.  
  15. type header1 > %output%\all.dir
  16. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit3
  17.  
  18. type makefidx.1 > makefidx.cfg
  19. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit4
  20. type makefidx.2 >> makefidx.cfg
  21.  
  22. set cdrom=
  23. set output=
  24. set in_type=
  25.  
  26. call makeffs
  27.